type net/http.wantConn
13 uses
	net/http (current package)
		transport.go#L1021: func (t *Transport) queueForIdleConn(w *wantConn) (delivered bool) {
		transport.go#L1205: type wantConn struct {
		transport.go#L1223: func (w *wantConn) waiting() bool {
		transport.go#L1233: func (w *wantConn) tryDeliver(pc *persistConn, err error) bool {
		transport.go#L1252: func (w *wantConn) cancel(t *Transport, err error) {
		transport.go#L1279: 	head    []*wantConn
		transport.go#L1281: 	tail    []*wantConn
		transport.go#L1290: func (q *wantConnQueue) pushBack(w *wantConn) {
		transport.go#L1295: func (q *wantConnQueue) popFront() *wantConn {
		transport.go#L1310: func (q *wantConnQueue) peekFront() *wantConn {
		transport.go#L1357: 	w := &wantConn{
		transport.go#L1433: func (t *Transport) queueForDial(w *wantConn) {
		transport.go#L1464: func (t *Transport) dialConnFor(w *wantConn) {
![]()  | 
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |